HomeSort by relevance Sort by last modified time
    Searched full:nonexisting (Results 1 - 25 of 67) sorted by null

1 2 3

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264parse_dpb.h 32 extern void h264_dpb_insert_ref_lists(h264_DecodedPictureBuffer * p_dpb,int32_t NonExisting);
35 extern void h264_hdr_decoding_poc (h264_Info * pInfo,int32_t NonExisting, int32_t frame_num);
36 extern void h264_hdr_post_poc(h264_Info* pInfo,int32_t NonExisting, int32_t frame_num, int32_t use_old);
65 extern int32_t h264_dpb_assign_frame_store(h264_Info * pInfo, int32_t NonExisting);
71 int32_t NonExisting,
85 int32_t NonExisting,
89 int32_t NonExisting,
  /external/curl/tests/data/
test205 20 file://localhost/%PWD/log/nonexisting/result205.txt -T log/upload205.txt
test1218 33 http://example.fake/c/1218 http://example.fake/c/1218 http://bexample.fake/c/1218 -b nonexisting -x %HOSTIP:%HTTPPORT
test1228 32 http://example.fake/hoge/1228 http://example.fake/hogege/ -b nonexisting -x %HOSTIP:%HTTPPORT
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_startfile.py 21 self.assertRaises(OSError, startfile, "nonexisting.vbs")
24 self.assertRaises(OSError, startfile, u"nonexisting.vbs")
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_startfile.py 21 self.assertRaises(OSError, startfile, "nonexisting.vbs")
24 self.assertRaises(OSError, startfile, u"nonexisting.vbs")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_startfile.py 21 self.assertRaises(OSError, startfile, "nonexisting.vbs")
24 self.assertRaises(OSError, startfile, u"nonexisting.vbs")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_startfile.py 21 self.assertRaises(OSError, startfile, "nonexisting.vbs")
24 self.assertRaises(OSError, startfile, u"nonexisting.vbs")
  /external/opencv3/samples/cpp/tutorial_code/core/file_input_output/
file_input_output.cpp 145 cout << "Attempt to read NonExisting (should initialize the data structure with its default).";
146 fs["NonExisting"] >> m;
147 cout << endl << "NonExisting = " << endl << m << endl;
  /external/icu/icu4c/source/test/testdata/
testaliases.txt 19 nonexisting:alias { "/ICUDATA/ja" }
  /external/clang/test/Driver/
cl-inputs.c 60 // RUN: %clang_cl -### -- %s /nonexisting.lib 2>&1 | FileCheck -check-prefix=LIBINPUT3 %s
61 // LIBINPUT3: error: no such file or directory: '/nonexisting.lib'
63 // LIBINPUT3-NOT: "/nonexisting.lib"
  /external/opencv3/doc/tutorials/core/file_input_output_with_xml_yml/
file_input_output_with_xml_yml.markdown 177 fs["NonExisting"] >> m; // Do not add a fs << "NonExisting" << m command for this to work
178 cout << endl << "NonExisting = " << endl << m << endl;
203 Attempt to read NonExisting (should initialize the data structure with its default).
204 NonExisting =
  /cts/tests/camera/src/android/hardware/camera2/cts/
FlashlightTest.java 278 String nonExisting = "none_existing_camera";
280 if (Arrays.asList(mCameraIds).contains(nonExisting)) {
281 nonExisting += id;
286 return nonExisting;
  /external/clang/test/SemaCXX/
constructor-initializer.cpp 99 ::NonExisting(), // expected-error {{member initializer 'NonExisting' does not name a non-static data member or}}
100 INT::NonExisting() {} // expected-error {{'INT' (aka 'int') is not a class, namespace, or enumeration}} \
101 // expected-error {{member initializer 'NonExisting' does not name a non-static data member or}}
  /external/v8/test/mjsunit/regress/
regress-1692.js 76 // Nonexisting properties.
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_dpb.c 96 // h264_dpb_update_all_ref_lists (h264_DecodedPictureBuffer * p_dpb,int32_t NonExisting)
105 void h264_dpb_insert_ref_lists(h264_DecodedPictureBuffer * p_dpb, int32_t NonExisting)
107 if(NonExisting)
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldURLTest.java 703 fail("No error occurred reading from nonexisting file");
713 fail("No error occurred reading from nonexisting file");
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUResourceBundleTest.java 466 sub = rb.get("nonexisting");
467 errln("Did not get the expected exception for nonexisting");
469 logln("Alias mechanism works for nonexisting alias");
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUResourceBundleTest.java 462 sub = rb.get("nonexisting");
463 errln("Did not get the expected exception for nonexisting");
465 logln("Alias mechanism works for nonexisting alias");
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/
Graph.py 90 It may create the nodes if adding edges between nonexisting ones.
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationAPITest.java     [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationAPITest.java     [all...]
  /external/icu/icu4c/source/test/cintltst/
capitst.c     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_naming.py     [all...]
  /external/dbus/bus/
activation.c     [all...]

Completed in 2281 milliseconds

1 2 3