HomeSort by relevance Sort by last modified time
    Searched refs:extracted (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /external/mesa3d/src/compiler/nir/
nir_control_flow.h 128 * instructions) might not work reliably on the extracted control flow. It
138 void nir_cf_extract(nir_cf_list *extracted, nir_cursor begin, nir_cursor end);
148 nir_cf_list_extract(nir_cf_list *extracted, struct exec_list *cf_list)
150 nir_cf_extract(extracted, nir_before_cf_list(cf_list),
nir_control_flow.c 664 nir_cf_extract(nir_cf_list *extracted, nir_cursor begin, nir_cursor end)
669 exec_list_make_empty(&extracted->list);
670 extracted->impl = NULL; /* we shouldn't need this */
684 extracted->impl = nir_cf_node_get_function(&block_begin->cf_node);
685 exec_list_make_empty(&extracted->list);
688 nir_metadata_preserve(extracted->impl, nir_metadata_none);
697 exec_list_push_tail(&extracted->list, &cf_node->node);
  /external/autotest/site_utils/
team_extract.py 64 extracted = [root_person]
69 extracted += found
71 return extracted
74 def WriteJson(outputfile, extracted):
77 json.dump(extracted, f)
  /external/google-tv-pairing-protocol/cpp/tests/polo/pairing/
polochallengeresponsetest.cc 126 const Nonce* extracted = response->ExtractNonce(*gamma); local
127 ASSERT_TRUE(extracted);
129 util::PoloUtil::BytesToHexString(&(*extracted)[0],
130 extracted->size()));
133 delete extracted;
  /external/libpng/contrib/examples/
iccfrompng.c 19 * extracted to a similarly named file with the extension replaced by 'icc',
171 int extracted = 0; local
179 extracted = 1;
183 return extracted == 0;
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_linux.go 13 "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem", // CentOS/RHEL 7
  /prebuilts/go/linux-x86/src/crypto/x509/
root_linux.go 13 "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem", // CentOS/RHEL 7
  /system/netd/libnetdutils/include/netdutils/
Slice.h 129 const auto extracted = extract(src, head); local
130 return extracted + extract(drop(src, extracted), tail...);
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/
ZipUtil2Test.java 79 File extracted = ZipUtil2.extractFileFromZip(zipFile, fileName); local
80 mTempFiles.add(extracted);
81 verifyFilePermission(extracted, fileName);
  /external/curl/docs/cmdline-opts/
pinnedpubkey.d 12 indicating its identity. A public key is extracted from this certificate and
remote-name.d 12 The remote file name to use for saving is extracted from the given URL,
  /external/boringssl/src/crypto/
cpu-arm-linux.c 222 STRING_PIECE extracted; local
223 return extract_cpuinfo_field(&extracted, cpuinfo, field) &&
224 STRING_PIECE_equals(&extracted, value);
  /build/make/core/
pdk_fusion_modules.mk 32 # The source prebuilts are extracted in the rule of _pdk_fusion_stamp.
  /device/linaro/bootloader/edk2/BaseTools/gcc/
mingw-gcc-build.py 390 extracted = os.path.join(extractDst, os.path.split(local_file)[1] + '.extracted')
395 if os.path.exists(extracted):
396 extractedMd5 = open(extracted).read()
402 open(extracted, 'w').write(moduleMd5)
405 #print 'Previously extracted', self.config.Relative(local_file)
  /prebuilts/go/darwin-x86/src/cmd/pack/
doc.go 38 For the x command, names are printed as files are extracted.
  /prebuilts/go/linux-x86/src/cmd/pack/
doc.go 38 For the x command, names are printed as files are extracted.
  /build/soong/java/
builder.go 242 classDir := android.PathForModuleOut(ctx, "extracted/classes")
243 classFileList := android.PathForModuleOut(ctx, "extracted/classes.list")
244 resourceFileList := android.PathForModuleOut(ctx, "extracted/resources.list")
java_test.go 227 baz := filepath.Join(buildDir, ".intermediates", "baz", "extracted", "classes.list")
  /external/walt/ios/WALT/
DragLatencyController.mm 92 std::vector<S> extracted;
96 extracted.push_back(y[i]);
100 return extracted;
  /external/devlib/devlib/
target.py 555 the extracted contents will be placed there.
561 The return value is the path to the extracted contents. In case of
562 gunzip and bunzip2, this will be path to the extracted file; for tar
563 and uzip, this will be the directory with the extracted file(s)
596 extracted = dest
598 extracted = self.path.dirname(path)
599 cmdtext = cmd.format(self.busybox, path, extracted)
601 return extracted
607 extracted = self.path.splitext(path)[0]
609 self.execute('mv -f {} {}'.format(extracted, dest)
    [all...]
  /build/blueprint/proptools/
extend.go 30 // *ExtendPropertyError, and can have the property name and error extracted from it.
48 // *ExtendPropertyError, and can have the property name and error extracted from it.
68 // *ExtendPropertyError, and can have the property name and error extracted from it.
89 // *ExtendPropertyError, and can have the property name and error extracted from it.
111 // *ExtendPropertyError, and can have the property name and error extracted from it.
136 // *ExtendPropertyError, and can have the property name and error extracted from it.
  /test/vts/tools/vts-tradefed/etc/
vts-tradefed_win.bat 56 :: assume in an extracted VTS installation package
  /prebuilts/go/darwin-x86/src/regexp/testdata/
testregex.c 556 int extracted; member in struct:__anon60763
1082 state.extracted = 1;
1133 state.extracted = 1;
    [all...]
  /prebuilts/go/linux-x86/src/regexp/testdata/
testregex.c 556 int extracted; member in struct:__anon60773
1082 state.extracted = 1;
1133 state.extracted = 1;
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/x509/pkix/
pkix.go 50 // non-standard elements can be extracted from there. When marshaling, elements

Completed in 2359 milliseconds

1 2 3 4 5