/prebuilts/go/linux-x86/src/runtime/ |
zgoos_darwin.go | 5 const theGoos = `darwin` 7 const goos_android = 0 8 const goos_darwin = 1 9 const goos_dragonfly = 0 10 const goos_freebsd = 0 11 const goos_linux = 0 12 const goos_nacl = 0 13 const goos_netbsd = 0 14 const goos_openbsd = 0 15 const goos_plan9 = [all...] |
zgoos_dragonfly.go | 5 const theGoos = `dragonfly` 7 const goos_android = 0 8 const goos_darwin = 0 9 const goos_dragonfly = 1 10 const goos_freebsd = 0 11 const goos_linux = 0 12 const goos_nacl = 0 13 const goos_netbsd = 0 14 const goos_openbsd = 0 15 const goos_plan9 = [all...] |
zgoos_freebsd.go | 5 const theGoos = `freebsd` 7 const goos_android = 0 8 const goos_darwin = 0 9 const goos_dragonfly = 0 10 const goos_freebsd = 1 11 const goos_linux = 0 12 const goos_nacl = 0 13 const goos_netbsd = 0 14 const goos_openbsd = 0 15 const goos_plan9 = [all...] |
zgoos_linux.go | 7 const theGoos = `linux` 9 const goos_android = 0 10 const goos_darwin = 0 11 const goos_dragonfly = 0 12 const goos_freebsd = 0 13 const goos_linux = 1 14 const goos_nacl = 0 15 const goos_netbsd = 0 16 const goos_openbsd = 0 17 const goos_plan9 = [all...] |
zgoos_nacl.go | 5 const theGoos = `nacl` 7 const goos_android = 0 8 const goos_darwin = 0 9 const goos_dragonfly = 0 10 const goos_freebsd = 0 11 const goos_linux = 0 12 const goos_nacl = 1 13 const goos_netbsd = 0 14 const goos_openbsd = 0 15 const goos_plan9 = [all...] |
zgoos_netbsd.go | 5 const theGoos = `netbsd` 7 const goos_android = 0 8 const goos_darwin = 0 9 const goos_dragonfly = 0 10 const goos_freebsd = 0 11 const goos_linux = 0 12 const goos_nacl = 0 13 const goos_netbsd = 1 14 const goos_openbsd = 0 15 const goos_plan9 = [all...] |
zgoos_openbsd.go | 5 const theGoos = `openbsd` 7 const goos_android = 0 8 const goos_darwin = 0 9 const goos_dragonfly = 0 10 const goos_freebsd = 0 11 const goos_linux = 0 12 const goos_nacl = 0 13 const goos_netbsd = 0 14 const goos_openbsd = 1 15 const goos_plan9 = [all...] |
zgoos_plan9.go | 5 const theGoos = `plan9` 7 const goos_android = 0 8 const goos_darwin = 0 9 const goos_dragonfly = 0 10 const goos_freebsd = 0 11 const goos_linux = 0 12 const goos_nacl = 0 13 const goos_netbsd = 0 14 const goos_openbsd = 0 15 const goos_plan9 = [all...] |
zgoos_solaris.go | 5 const theGoos = `solaris` 7 const goos_android = 0 8 const goos_darwin = 0 9 const goos_dragonfly = 0 10 const goos_freebsd = 0 11 const goos_linux = 0 12 const goos_nacl = 0 13 const goos_netbsd = 0 14 const goos_openbsd = 0 15 const goos_plan9 = [all...] |
zgoos_windows.go | 5 const theGoos = `windows` 7 const goos_android = 0 8 const goos_darwin = 0 9 const goos_dragonfly = 0 10 const goos_freebsd = 0 11 const goos_linux = 0 12 const goos_nacl = 0 13 const goos_netbsd = 0 14 const goos_openbsd = 0 15 const goos_plan9 = [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
adsiid.h | 13 extern const GUID LIBID_ADs; 14 extern const GUID IID_IADs; 15 extern const GUID IID_IADsContainer; 16 extern const GUID IID_IADsNamespaces; 17 extern const GUID IID_IADsDomain; 18 extern const GUID IID_IADsUser; 19 extern const GUID IID_IADsComputerOperations; 20 extern const GUID IID_IADsComputer; 21 extern const GUID IID_IADsGroup; 22 extern const GUID IID_IADsMembers [all...] |
cguid.h | 13 extern const IID GUID_NULL; 14 extern const IID CATID_MARSHALER; 15 extern const IID IID_IRpcChannel; 16 extern const IID IID_IRpcStub; 17 extern const IID IID_IStubManager; 18 extern const IID IID_IRpcProxy; 19 extern const IID IID_IProxyManager; 20 extern const IID IID_IPSFactory; 21 extern const IID IID_IInternalMoniker; 22 extern const IID IID_IDfReserved1 [all...] |
/external/gemmlowp/test/ |
test_data.h | 6 extern const bool is_a_transposed; 7 extern const bool is_b_transposed; 8 extern const bool is_c_transposed; 9 extern const int m; 10 extern const int n; 11 extern const int k; 12 extern const int a_offset; 13 extern const int b_offset; 14 extern const int c_shift; 15 extern const int c_mult_int [all...] |
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/ |
traversal.h | 28 virtual int getMaxPointerCount() const = 0; 29 virtual bool allowsErrorCorrections(const DicNode *const dicNode) const = 0; 30 virtual bool isOmission(const DicTraverseSession *const traverseSession, 31 const DicNode *const dicNode, const DicNode *const childDicNode [all...] |
weighting.h | 32 static void addCostAndForwardInputIndex(const Weighting *const weighting, 33 const CorrectionType correctionType, 34 const DicTraverseSession *const traverseSession, 35 const DicNode *const parentDicNode, DicNode *const dicNode, 36 MultiBigramMap *const multiBigramMap); 39 virtual float getTerminalSpatialCost(const DicTraverseSession *const traverseSession [all...] |
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
proximity_info_state_utils.h | 38 static int updateTouchPoints(const ProximityInfo *const proximityInfo, 39 const int maxPointToKeyLength, const int *const inputProximities, 40 const int *const inputXCoordinates, const int *const inputYCoordinates, 41 const int *const times, const int *const pointerIds, const int inputSize [all...] |
/external/webrtc/webrtc/libjingle/xmpp/ |
constants.h | 20 extern const char NS_CLIENT[]; 21 extern const char NS_SERVER[]; 22 extern const char NS_STREAM[]; 23 extern const char NS_XSTREAM[]; 24 extern const char NS_TLS[]; 25 extern const char NS_SASL[]; 26 extern const char NS_BIND[]; 27 extern const char NS_DIALBACK[]; 28 extern const char NS_SESSION[]; 29 extern const char NS_STANZA[] [all...] |
/external/clang/test/PCH/ |
cxx-typeid.h | 13 bool operator==(const type_info& rhs) const; 14 bool operator!=(const type_info& rhs) const; 16 bool before(const type_info& rhs) const; 17 unsigned long hash_code() const; 18 const char* name() const; 20 type_info(const type_info& rhs) [all...] |
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/ |
binary_transform.pass.cpp | 13 // Callable<auto, const InIter1::value_type&, const InIter2::value_type&> BinaryOp> 29 const unsigned sa = sizeof(ia)/sizeof(ia[0]); 43 test<input_iterator<const int*>, input_iterator<const int*>, output_iterator<int*> >(); 44 test<input_iterator<const int*>, input_iterator<const int*>, input_iterator<int*> >(); 45 test<input_iterator<const int*>, input_iterator<const int*>, forward_iterator<int*> >(); 46 test<input_iterator<const int*>, input_iterator<const int*>, bidirectional_iterator<int*> >() [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.transform/ |
binary_transform.pass.cpp | 13 // Callable<auto, const InIter1::value_type&, const InIter2::value_type&> BinaryOp> 29 const unsigned sa = sizeof(ia)/sizeof(ia[0]); 43 test<input_iterator<const int*>, input_iterator<const int*>, output_iterator<int*> >(); 44 test<input_iterator<const int*>, input_iterator<const int*>, input_iterator<int*> >(); 45 test<input_iterator<const int*>, input_iterator<const int*>, forward_iterator<int*> >(); 46 test<input_iterator<const int*>, input_iterator<const int*>, bidirectional_iterator<int*> >() [all...] |
/external/llvm/include/llvm/DebugInfo/PDB/DIA/ |
DIARawSymbol.h | 20 DIARawSymbol(const DIASession &PDBSession, CComPtr<IDiaSymbol> DiaSymbol); 22 void dump(raw_ostream &OS, int Indent) const override; 24 CComPtr<IDiaSymbol> getDiaSymbol() const { return Symbol; } 27 findChildren(PDB_SymType Type) const override; 30 PDB_NameSearchFlags Flags) const override; 33 uint32_t RVA) const override; 35 findInlineFramesByRVA(uint32_t RVA) const override; 37 void getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes) const override; 38 void getFrontEndVersion(VersionInfo &Version) const override; 39 void getBackEndVersion(VersionInfo &Version) const override [all...] |
/hardware/ti/omap4-aah/camera/inc/ |
TICameraParameters.h | 33 static const char KEY_SUPPORTED_CAMERAS[]; 35 static const char KEY_CAMERA[]; 36 static const char KEY_CAMERA_NAME[]; 37 static const char KEY_BURST[]; 38 static const char KEY_CAP_MODE[]; 39 static const char KEY_CAP_MODE_VALUES[]; 40 static const char KEY_VNF[]; 41 static const char KEY_VNF_SUPPORTED[]; 42 static const char KEY_SATURATION[]; 43 static const char KEY_BRIGHTNESS[] [all...] |
/external/ImageMagick/MagickCore/ |
effect.h | 62 *AdaptiveBlurImage(const Image *,const double,const double,ExceptionInfo *), 63 *AdaptiveSharpenImage(const Image *,const double,const double, 65 *BlurImage(const Image *,const double,const double,ExceptionInfo *), 66 *ConvolveImage(const Image *,const KernelInfo *,ExceptionInfo *) [all...] |
/external/lzma/CPP/Common/ |
StringToInt.h | 8 UInt32 ConvertStringToUInt32(const char *s, const char **end) throw();
9 UInt64 ConvertStringToUInt64(const char *s, const char **end) throw();
10 UInt32 ConvertStringToUInt32(const wchar_t *s, const wchar_t **end) throw();
11 UInt64 ConvertStringToUInt64(const wchar_t *s, const wchar_t **end) throw();
13 Int32 ConvertStringToInt32(const wchar_t *s, const wchar_t **end) throw(); [all...] |
/external/regex-re2/re2/ |
variadic_function.h | 11 Result (*Func)(Param0, Param1, const Arg* const [], int count)> 16 Result operator()(Param0 p0, Param1 p1) const { 20 Result operator()(Param0 p0, Param1 p1, const Arg& a0) const { 21 const Arg* const args[] = { &a0 }; 25 Result operator()(Param0 p0, Param1 p1, const Arg& a0, const Arg& a1) const { [all...] |