HomeSort by relevance Sort by last modified time
    Searched full:okay (Results 101 - 125 of 1418) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/test/Preprocessor/
ucn-pp-identifier.c 51 #define \ufffe // okay
52 #define \U10000000 // okay
  /external/clang/test/SemaTemplate/
instantiate-member-class.cpp 59 X<void>::C *c3; // okay
60 X<void>::D::E *e1; // okay
temp_class_spec_neg.cpp 24 template <class T, T* t> struct C<T*, t>; // okay
  /external/llvm/include/llvm/Assembly/
Parser.h 30 /// run the verifier after parsing the file to check that it is okay.
42 /// run the verifier after parsing the file to check that it is okay.
  /external/svox/pico/lib/
picodefs.h 79 /* Okay ***************************************************************/
80 /* functions return PICO_OK if all is okay */
  /frameworks/base/tests/TransitionTests/res/values/
strings.xml 29 <string name="okay">Okay</string>
  /art/test/088-monitor-verification/src/
TooDeep.java 22 * (It would be perfectly okay if the verifier *didn't* reject this.
  /dalvik/tests/088-monitor-verification/src/
TooDeep.java 22 * (It would be perfectly okay if the verifier *didn't* reject this.
  /dalvik/vm/mterp/mips/
OP_APUT_OBJECT.S 39 beqz v0, .L${opcode}_throw # okay ?
  /development/samples/BluetoothHDP/res/values/
strings.xml 32 <string name="ok">Okay</string>
  /external/chromium/chrome/browser/extensions/
extension_error_reporter.cc 15 // This is okay since the ExtensionErrorReporter is a singleton that lives until
  /external/chromium/chrome/browser/sync/resources/
setup_done.html 65 <input id="close" type="submit" i18n-values="value:okay"
  /external/chromium/chrome/browser/ui/gtk/
edit_search_engine_dialog.h 65 // Images showing whether each entry is okay or has errors.
  /external/chromium/net/base/
keygen_handler.h 46 // password callback is okay here.
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
NavigationHistoryTest.java 139 // Make sure the first entry is still okay
174 // Make sure the first entry is still okay
181 // Make sure the second entry is still okay
213 // Make sure the first entry is still okay.
  /external/chromium_org/chrome/browser/extensions/
extension_error_reporter.cc 42 // base::Unretained is okay since the ExtensionErrorReporter is a singleton
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_message_box.js 62 * @param {string} okLabel Label text for the okay button.
  /external/chromium_org/chrome/browser/ui/gtk/
edit_search_engine_dialog.h 64 // Images showing whether each entry is okay or has errors.
  /external/chromium_org/chrome/common/
pref_names_util_unittest.cc 49 // Check that passing NULL output params is okay.
  /external/chromium_org/media/audio/
fake_audio_input_stream.h 43 // this class gets to respond, which is okay because we assume there's
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
shortnumberutil.h 45 // formatting, or might have additional digits appended (when it is okay to do
  /external/chromium_org/third_party/tlslite/tlslite/utils/
OpenSSL_AES.py 45 #plaintext block on the end. That's okay - the below code will discard it.
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p2-0x.cpp 33 template<> void N0::f0(int) { } // okay
107 x0.f1(cvp); // okay: we've explicitly specialized
191 struct N0::X0<int>::InnerTemplate<long> { }; // okay
223 void N0::X0<void*>::ft1(void *, unsigned) { } // okay
p2.cpp 33 template<> void N0::f0(int) { } // okay
108 x0.f1(cvp); // okay: we've explicitly specialized
192 struct N0::X0<int>::InnerTemplate<long> { }; // okay
224 void N0::X0<void*>::ft1(void *, unsigned) { } // okay
  /external/clang/test/SemaCXX/
access-base-class.cpp 87 A* a = c; // okay

Completed in 2856 milliseconds

1 2 3 45 6 7 8 91011>>