HomeSort by relevance Sort by last modified time
    Searched defs:binary (Results 51 - 75 of 127) sorted by null

1 23 4 5 6

  /external/deqp/modules/gles3/scripts/
genutil.py 151 def binary(func): return lambda a, b: (b.expandVec(a)).applyBinary(func, a.expandVec(b)) member in class:GenMath
  /external/deqp/modules/gles31/scripts/
genutil.py 151 def binary(func): return lambda a, b: (b.expandVec(a)).applyBinary(func, a.expandVec(b)) member in class:GenMath
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-netrexx.jar 
  /external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /external/chromium_org/chrome/browser/extensions/api/extension_action/
extension_action_api.cc 679 base::BinaryValue* binary; local
680 if (canvas_set->GetBinary(kIconSizes[i].size_string, &binary)) {
681 IPC::Message pickle(binary->GetBuffer(), binary->GetSize());
  /external/chromium_org/chrome/browser/ui/webui/
about_ui.cc 771 base::FilePath binary = CommandLine::ForCurrentProcess()->GetProgram(); local
775 base::ASCIIToUTF16(binary.BaseName().value())));
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_res.cpp 211 UResourceBundle *binary = NULL; local
232 binary = ures_getByKey(collElem, "%%CollationBin", NULL, &intStatus);
234 if(intStatus == U_MISSING_RESOURCE_ERROR) { /* we didn't find the binary image, we should use the rules */
235 binary = NULL;
242 const uint8_t *inData = ures_getBinary(binary, &len, status);
326 ures_close(binary);
333 ures_close(binary);
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkOpSegment.cpp 558 // binary search?
687 bool binary = fOperand != other->fOperand; local
726 if (binary && bigger) {
742 if (binary && !bigger) {
774 if (binary && !bigger) {
1032 bool binary = fOperand != other->fOperand; local
    [all...]
  /external/chromium_org/tools/ipc_fuzzer/mutate/
generate.cc 720 std::string binary; local
721 if (!GenerateParam(&binary, generator))
723 *p = content::IndexedDBKey(binary);
    [all...]
  /external/oprofile/libpp/
xml_utils.cpp 630 // set begin symbol for binary if not set
639 // add symbol count to binary count
646 // we have a module distinct from it's binary: --separate=lib
655 // mark end of enclosing binary symbols if there have been any
656 // NOTE: it is possible for the binary's symbols to follow its
678 string binary = get_image_name((*it)->app_name, local
683 if (binary != current_binary_name) {
684 current_binary = binaries_root.add_binary(binary, it);
685 current_binary_name = binary;
688 current_binary->add_module_symbol(module, binary, it)
726 string binary = get_image_name((*it)->app_name, local
    [all...]
  /external/skia/src/pathops/
SkOpSegment.cpp 558 // binary search?
687 bool binary = fOperand != other->fOperand; local
726 if (binary && bigger) {
742 if (binary && !bigger) {
774 if (binary && !bigger) {
1032 bool binary = fOperand != other->fOperand; local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_s390_helpers.c 8 This file is part of Valgrind, a dynamic binary instrumentation
846 /*--- Clean helper for "convert to binary". ---*/
852 UInt binary; local
856 : [result] "=d"(binary)
860 return binary;
875 UInt binary = binary_in & 0xffffffffULL; local
881 : [input] "d"(binary)
888 ULong s390_do_cvd(ULong binary) { return 0; }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
ios_base.h 358 * - binary
371 /// Perform input and output in binary mode (as opposed to text mode).
374 static const openmode binary = _S_bin; member in class:ios_base
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
ios_base.h 356 * - binary
369 /// Perform input and output in binary mode (as opposed to text mode).
372 static const openmode binary = _S_bin; member in class:ios_base
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
ios_base.h 356 * - binary
369 /// Perform input and output in binary mode (as opposed to text mode).
372 static const openmode binary = _S_bin; member in class:ios_base
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 364 * - binary
377 /// Perform input and output in binary mode (as opposed to text mode).
380 static const openmode binary = _S_bin; member in class:ios_base
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 364 * - binary
377 /// Perform input and output in binary mode (as opposed to text mode).
380 static const openmode binary = _S_bin; member in class:ios_base
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 364 * - binary
377 /// Perform input and output in binary mode (as opposed to text mode).
380 static const openmode binary = _S_bin; member in class:ios_base
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
ios_base.h 364 * - binary
377 /// Perform input and output in binary mode (as opposed to text mode).
380 static const openmode binary = _S_bin; member in class:ios_base
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
ios_base.h 358 * - binary
371 /// Perform input and output in binary mode (as opposed to text mode).
374 static const openmode binary = _S_bin; member in class:ios_base

Completed in 760 milliseconds

1 23 4 5 6