HomeSort by relevance Sort by last modified time
    Searched refs:is_binary (Results 1 - 13 of 13) sorted by null

  /external/google-breakpad/src/testing/gtest/scripts/
upload.py 629 A tuple (base_content, new_content, is_binary, status)
634 is_binary: True iff the file is binary.
665 def UploadFile(filename, file_id, content, is_binary, status, is_base):
684 ("is_binary", str(is_binary)),
702 base_content, new_content, is_binary, status = files[filename]
709 UploadFile(filename, file_id, base_content, is_binary, status, True)
711 UploadFile(filename, file_id, new_content, is_binary, status, False)
    [all...]
  /external/google-breakpad/src/testing/scripts/
upload.py 629 A tuple (base_content, new_content, is_binary, status)
634 is_binary: True iff the file is binary.
665 def UploadFile(filename, file_id, content, is_binary, status, is_base):
684 ("is_binary", str(is_binary)),
702 base_content, new_content, is_binary, status = files[filename]
709 UploadFile(filename, file_id, base_content, is_binary, status, True)
711 UploadFile(filename, file_id, new_content, is_binary, status, False)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/list/
adt.hpp 18 # include <boost/preprocessor/detail/is_binary.hpp>
  /external/opencv3/modules/imgproc/test/
test_moments.cpp 69 bool is_binary; member in class:CV_MomentsTest
80 is_binary = false;
117 is_binary = cvtest::randInt(rng) % 2 != 0;
118 if( depth == 0 && !is_binary )
130 is_binary = false;
181 moments(u, is_binary != 0);
183 Moments new_m = moments(u, is_binary != 0);
191 cvMoments( test_array[INPUT][0], m, is_binary );
231 if( is_binary )
277 if( is_binary )
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
upload-diffs.py 855 A tuple (base_content, new_content, is_binary, status)
860 is_binary: True iff the file is binary.
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
types.py 69 def is_binary(n): function
77 def is_binary(n): function
123 elif False not in map(is_binary, val):
125 elif is_binary(val):
  /external/toybox/toys/pending/
diff.c 41 int dir_num, size, is_binary, status, change, len[2];
372 TT.is_binary = 0; //loop calls to diff
401 for (t = 0; t < i && !TT.is_binary; t++)
402 if (!bufi[t]) TT.is_binary = 1;
403 for (t = 0; t < j && !TT.is_binary; t++)
404 if (!bufj[t]) TT.is_binary = 1;
412 if (TT.is_binary || (TT.status == SAME)) return NULL;
645 if ((toys.optflags & FLAG_q) || TT.is_binary)
  /toolchain/binutils/binutils-2.25/libiberty/
regex.c 2300 char *is_binary = NULL; local
5027 char *is_binary = NULL; local
5557 char *is_binary = NULL; local
    [all...]
  /external/libevent/
util-internal.h 170 int is_binary);
evutil.c 118 length (not including the appended NUL). If 'is_binary', open the file in
127 int is_binary)
141 if (is_binary)
    [all...]
  /external/regex-re2/lib/codereview/
codereview.py     [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 123 bool is_binary = m_Config.codeGenType() == LinkerConfig::Binary; local
126 assert(is_dynobj || is_exec || is_binary || is_object);
144 if (is_binary) {
  /external/toybox/generated/
globals.h 484 int dir_num, size, is_binary, status, change, len[2]; member in struct:diff_data

Completed in 1153 milliseconds