HomeSort by relevance Sort by last modified time
    Searched full:explicit (Results 26 - 50 of 5092) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/sync/
js_arg_list.h 24 explicit JsArgList(const ListValue& args);
25 explicit JsArgList(const std::vector<const Value*>& args);
36 explicit SharedListValue(const ListValue& list_value);
37 explicit SharedListValue(const std::vector<const Value*>& value_list);
  /external/chromium/chrome/browser/ui/webui/chromeos/
system_info_ui.h 13 explicit SystemInfoUI(TabContents* contents);
  /external/chromium/chrome/browser/ui/webui/
gpu_internals_ui.h 13 explicit GpuInternalsUI(TabContents* contents);
net_internals_ui.h 13 explicit NetInternalsUI(TabContents* contents);
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p11.cpp 6 // explicit specialization for sort(Array<int>&)
  /external/clang/test/SemaTemplate/
unresolved-construct.cpp 8 explicit A(_F&& __f);
  /external/llvm/projects/
CMakeLists.txt 2 # Note that explicit cmake invocation is required every time a new project is
  /external/llvm/test/CodeGen/X86/
alignment.ll 4 ; explicit alignment specified.
14 ; they have an explicit alignment specified.
28 ; explicit alignment specified *and* a section specified.
37 ; they have an explicit alignment specified and a section specified.
subreg-to-reg-3.ll 3 ; Don't eliminate or coalesce away the explicit zero-extension!
  /external/llvm/test/FrontendC/
2003-08-06-BuiltinSetjmpLongjmp.c 4 * just like explicit setjmp/longjmp calls are.
  /external/llvm/test/MC/X86/
x86_errors.s 4 // CHECK: error: ambiguous instructions require an explicit suffix (could be 'cmpb', 'cmpw', 'cmpl', or 'cmpq')
  /external/webkit/LayoutTests/fast/encoding/
japanese-encoding-mix-expected.txt 1 Some text here is encoded as EUC-JP, and some (in comment) as Shift_JIS. Since there is an explicit encoding declaration, auto-detection shouldn't change the encoding.
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
ASN1TaggedObject.java 16 boolean explicit = true; field in class:ASN1TaggedObject
21 boolean explicit)
23 if (explicit)
43 * Create a tagged object in the explicit style.
52 this.explicit = true;
58 * Create a tagged object with the style given by the value of explicit.
61 * to explicit in accordance with the ASN.1 encoding rules.
63 * @param explicit true if the object is explicitly tagged.
68 boolean explicit,
74 this.explicit = true
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
stdexcept 59 explicit
76 explicit domain_error(const string& __arg);
83 explicit invalid_argument(const string& __arg);
91 explicit length_error(const string& __arg);
99 explicit out_of_range(const string& __arg);
113 explicit
129 explicit range_error(const string& __arg);
136 explicit overflow_error(const string& __arg);
143 explicit underflow_error(const string& __arg);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
stdexcept 59 explicit
76 explicit domain_error(const string& __arg);
83 explicit invalid_argument(const string& __arg);
91 explicit length_error(const string& __arg);
99 explicit out_of_range(const string& __arg);
113 explicit
129 explicit range_error(const string& __arg);
136 explicit overflow_error(const string& __arg);
143 explicit underflow_error(const string& __arg);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
stdexcept 59 explicit
76 explicit domain_error(const string& __arg);
83 explicit invalid_argument(const string& __arg);
91 explicit length_error(const string& __arg);
99 explicit out_of_range(const string& __arg);
113 explicit
129 explicit range_error(const string& __arg);
136 explicit overflow_error(const string& __arg);
143 explicit underflow_error(const string& __arg);
  /external/webkit/Source/JavaScriptCore/assembler/
CodeLocation.h 78 explicit CodeLocationInstruction(MacroAssemblerCodePtr location)
80 explicit CodeLocationInstruction(void* location)
87 explicit CodeLocationLabel(MacroAssemblerCodePtr location)
89 explicit CodeLocationLabel(void* location)
96 explicit CodeLocationJump(MacroAssemblerCodePtr location)
98 explicit CodeLocationJump(void* location)
105 explicit CodeLocationCall(MacroAssemblerCodePtr location)
107 explicit CodeLocationCall(void* location)
114 explicit CodeLocationNearCall(MacroAssemblerCodePtr location)
116 explicit CodeLocationNearCall(void* location
    [all...]
  /external/llvm/utils/TableGen/
ClangAttrEmitter.h 27 explicit ClangAttrClassEmitter(RecordKeeper &R)
40 explicit ClangAttrImplEmitter(RecordKeeper &R)
53 explicit ClangAttrListEmitter(RecordKeeper &R)
66 explicit ClangAttrPCHReadEmitter(RecordKeeper &R)
79 explicit ClangAttrPCHWriteEmitter(RecordKeeper &R)
92 explicit ClangAttrSpellingListEmitter(RecordKeeper &R)
  /external/stlport/stlport/stl/
_function_adaptors.h 68 explicit _Mem_fun0_ptr(__fun_type __f) : _M_f(__f) {}
81 explicit _Mem_fun1_ptr(__fun_type __f) : _M_f(__f) {}
94 explicit _Const_mem_fun0_ptr(__fun_type __f) : _M_f(__f) {}
107 explicit _Const_mem_fun1_ptr(__fun_type __f) : _M_f(__f) {}
121 explicit _Mem_fun0_ref(__fun_type __f) : _M_f(__f) {}
134 explicit _Mem_fun1_ref(__fun_type __f) : _M_f(__f) {}
147 explicit _Const_mem_fun0_ref(__fun_type __f) : _M_f(__f) {}
160 explicit _Const_mem_fun1_ref(__fun_type __f) : _M_f(__f) {}
192 explicit _Ptr_fun1_base(__fun_type __f) : _M_f(__f) {}
205 explicit _Ptr_fun2_base(__fun_type __f) : _M_f(__f) {
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function_adaptors.h 68 explicit _Mem_fun0_ptr(__fun_type __f) : _M_f(__f) {}
81 explicit _Mem_fun1_ptr(__fun_type __f) : _M_f(__f) {}
94 explicit _Const_mem_fun0_ptr(__fun_type __f) : _M_f(__f) {}
107 explicit _Const_mem_fun1_ptr(__fun_type __f) : _M_f(__f) {}
121 explicit _Mem_fun0_ref(__fun_type __f) : _M_f(__f) {}
134 explicit _Mem_fun1_ref(__fun_type __f) : _M_f(__f) {}
147 explicit _Const_mem_fun0_ref(__fun_type __f) : _M_f(__f) {}
160 explicit _Const_mem_fun1_ref(__fun_type __f) : _M_f(__f) {}
192 explicit _Ptr_fun1_base(__fun_type __f) : _M_f(__f) {}
205 explicit _Ptr_fun2_base(__fun_type __f) : _M_f(__f) {
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_function_adaptors.h 68 explicit _Mem_fun0_ptr(__fun_type __f) : _M_f(__f) {}
81 explicit _Mem_fun1_ptr(__fun_type __f) : _M_f(__f) {}
94 explicit _Const_mem_fun0_ptr(__fun_type __f) : _M_f(__f) {}
107 explicit _Const_mem_fun1_ptr(__fun_type __f) : _M_f(__f) {}
121 explicit _Mem_fun0_ref(__fun_type __f) : _M_f(__f) {}
134 explicit _Mem_fun1_ref(__fun_type __f) : _M_f(__f) {}
147 explicit _Const_mem_fun0_ref(__fun_type __f) : _M_f(__f) {}
160 explicit _Const_mem_fun1_ref(__fun_type __f) : _M_f(__f) {}
192 explicit _Ptr_fun1_base(__fun_type __f) : _M_f(__f) {}
205 explicit _Ptr_fun2_base(__fun_type __f) : _M_f(__f) {
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_function_adaptors.h 68 explicit _Mem_fun0_ptr(__fun_type __f) : _M_f(__f) {}
81 explicit _Mem_fun1_ptr(__fun_type __f) : _M_f(__f) {}
94 explicit _Const_mem_fun0_ptr(__fun_type __f) : _M_f(__f) {}
107 explicit _Const_mem_fun1_ptr(__fun_type __f) : _M_f(__f) {}
121 explicit _Mem_fun0_ref(__fun_type __f) : _M_f(__f) {}
134 explicit _Mem_fun1_ref(__fun_type __f) : _M_f(__f) {}
147 explicit _Const_mem_fun0_ref(__fun_type __f) : _M_f(__f) {}
160 explicit _Const_mem_fun1_ref(__fun_type __f) : _M_f(__f) {}
192 explicit _Ptr_fun1_base(__fun_type __f) : _M_f(__f) {}
205 explicit _Ptr_fun2_base(__fun_type __f) : _M_f(__f) {
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x9/
DHPublicKey.java 13 public static DHPublicKey getInstance(ASN1TaggedObject obj, boolean explicit)
15 return getInstance(DERInteger.getInstance(obj, explicit));
  /external/chromium/chrome/common/
native_window_notification_source.h 19 explicit Source(gfx::NativeWindow wnd) : NotificationSource(wnd) {}
21 explicit Source(const NotificationSource& other)
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p3.cpp 4 // explicit instantiation of the function template.
10 // template shall be in scope at the point of the explicit instantiation of
19 // at the point of the explicit instantiation of the class template or class
21 template struct X1<float>; // expected-error{{explicit instantiation of undefined template}}
31 template struct X2<int>::Inner<float>; // expected-error{{explicit instantiation of undefined template}}
34 // explicit instantiation of a member function or a static data member of the
42 // point of an explicit instantiation of the member class.
45 // If the declaration of the explicit instantiation names an implicitly-declared

Completed in 857 milliseconds

12 3 4 5 6 7 8 91011>>