HomeSort by relevance Sort by last modified time
    Searched refs:NAME (Results 501 - 525 of 1076) sorted by null

<<21222324252627282930>>

  /external/qemu/ui/
vnchextile.h 5 #define NAME CONCAT(generic_, BPP)
7 #define NAME BPP
10 static void CONCAT(send_hextile_tile_, NAME)(VncState *vs,
206 #undef NAME
  /external/webp/src/enc/
picture.c 263 #define ENCODE_FUNC(NAME, IMPORTER) \
264 size_t NAME(const uint8_t* in, int w, int h, int bps, float q, \
277 #define LOSSLESS_ENCODE_FUNC(NAME, IMPORTER) \
278 size_t NAME(const uint8_t* in, int w, int h, int bps, uint8_t** out) { \
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListManagedCursor.java 47 // Map the NAME column in the people database to...
48 new String[] {People.NAME} ,
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequestGetMessage.java 43 mHeaderSet.setHeader(HeaderSet.NAME, handle);
  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
BluetoothPbapRequestPullVcardEntry.java 41 mHeaderSet.setHeader(HeaderSet.NAME, handle);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
RelationDataItem.java 36 return getContentValues().getAsString(Relation.NAME);
49 // Relations can have different types (assistant, father) but have the same name
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_apply.py 22 (not argument<NAME '=' any>) func=any ','
23 (not argument<NAME '=' any>) args=any [','
24 (not argument<NAME '=' any>) kwds=any] [',']
39 if (func.type not in (token.NAME, syms.atom) and
fix_map.py 25 from ..fixer_util import Name, Call, ListComp, in_special_context
43 (fp=NAME | vfpdef< '(' fp=NAME ')'> ) ':' xp=any
67 new = Call(Name(u"list"), [new])
79 args.children[0].type == token.NAME and \
89 new = Call(Name(u"list"), [new])
fix_tuple_params.py 25 from ..fixer_util import Assign, Name, Newline, Number, Subscript, syms
68 n = Name(self.new_name())
116 if inner.type == token.NAME:
126 new_param = Name(tup_name, prefix=u" ")
129 if n.type == token.NAME and n.value in to_index:
140 if node.type in (syms.vfplist, token.NAME):
143 # These look like vfpdef< '(' x ')' > where x is NAME
153 elif node.type == token.NAME:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 10 NAME = 1
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_apply.py 22 (not argument<NAME '=' any>) func=any ','
23 (not argument<NAME '=' any>) args=any [','
24 (not argument<NAME '=' any>) kwds=any] [',']
39 if (func.type not in (token.NAME, syms.atom) and
fix_map.py 25 from ..fixer_util import Name, Call, ListComp, in_special_context
43 (fp=NAME | vfpdef< '(' fp=NAME ')'> ) ':' xp=any
67 new = Call(Name(u"list"), [new])
79 args.children[0].type == token.NAME and \
89 new = Call(Name(u"list"), [new])
fix_tuple_params.py 25 from ..fixer_util import Assign, Name, Newline, Number, Subscript, syms
68 n = Name(self.new_name())
116 if inner.type == token.NAME:
126 new_param = Name(tup_name, prefix=u" ")
129 if n.type == token.NAME and n.value in to_index:
140 if node.type in (syms.vfplist, token.NAME):
143 # These look like vfpdef< '(' x ')' > where x is NAME
153 elif node.type == token.NAME:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 10 NAME = 1
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
DeqpTestRunnerTest.java 42 private static final String NAME = "dEQP-GLES3";
43 private static final String ID = AbiUtils.createId(UnitTests.ABI.getName(), NAME);
78 final String output = "INSTRUMENTATION_STATUS: dEQP-SessionInfo-Name=releaseName\r\n"
82 + "INSTRUMENTATION_STATUS: dEQP-SessionInfo-Name=releaseId\r\n"
86 + "INSTRUMENTATION_STATUS: dEQP-SessionInfo-Name=targetName\r\n"
112 DeqpTestRunner deqpTest = new DeqpTestRunner(NAME,
143 + "--deqp-caselist-file=%s --deqp-gl-config-name=rgba8888d24s8\" "
200 final String output = "INSTRUMENTATION_STATUS: dEQP-SessionInfo-Name=releaseName\r\n"
204 + "INSTRUMENTATION_STATUS: dEQP-SessionInfo-Name=releaseId\r\n"
208 + "INSTRUMENTATION_STATUS: dEQP-SessionInfo-Name=targetName\r\n
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AuthenticationHelperImpl.java 86 * SipSecurity manager for every user name,
103 * SipSecurity manager for every user name,
178 authHeaders = challenge.getHeaders(WWWAuthenticateHeader.NAME);
180 authHeaders = challenge.getHeaders(ProxyAuthenticateHeader.NAME);
192 reoriginatedRequest.removeHeader(AuthorizationHeader.NAME);
193 reoriginatedRequest.removeHeader(ProxyAuthorizationHeader.NAME);
199 CSeqHeader cSeq = (CSeqHeader) reoriginatedRequest.getHeader((CSeqHeader.NAME));
245 "Cannot find user creds for the given user name and realm");
424 ViaHeader viaHeader = (ViaHeader) request.getHeader(ViaHeader.NAME);
440 request.removeHeader(AuthorizationHeader.NAME);
    [all...]
  /ndk/build/tools/
package-release.sh 36 # the default release name (use today's date)
38 register_var_option "--release=<name>" RELEASE "Specify release name"
71 register_var_option "--prefix=<name>" PREFIX "Specify package prefix"
108 tool name, and <system> is one of: $SYSTEMS
221 # Check that the name ends with the proper host tag
224 fail_panic "The name of the prebuilt NDK must end in $HOST_NDK_SUFFIX"
258 # Translate name to 64-bit's counterpart
259 # $1: prebuilt name
262 local NAME=$
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
tokenizer_unittest.cc 15 // * Neither the name of Google Inc. nor the names of its
77 #define TEST_1D(FIXTURE, NAME, CASES) \
78 class FIXTURE##_##NAME##_DD : public FIXTURE { \
84 TEST_F(FIXTURE##_##NAME##_DD, NAME) { \
93 void FIXTURE##_##NAME##_DD::DoSingleCase(const CaseType& CASES##_case)
95 #define TEST_2D(FIXTURE, NAME, CASES1, CASES2) \
96 class FIXTURE##_##NAME##_DD : public FIXTURE { \
103 TEST_F(FIXTURE##_##NAME##_DD, NAME) { \
    [all...]
  /external/eigen/Eigen/src/Core/arch/AltiVec/
PacketMath.h 40 #define _EIGEN_DECLARE_CONST_FAST_Packet4f(NAME,X) \
41 Packet4f p4f_##NAME = (Packet4f) vec_splat_s32(X)
43 #define _EIGEN_DECLARE_CONST_FAST_Packet4i(NAME,X) \
44 Packet4i p4i_##NAME = vec_splat_s32(X)
46 #define _EIGEN_DECLARE_CONST_Packet4f(NAME,X) \
47 Packet4f p4f_##NAME = pset1<Packet4f>(X)
49 #define _EIGEN_DECLARE_CONST_Packet4f_FROM_INT(NAME,X) \
50 Packet4f p4f_##NAME = vreinterpretq_f32_u32(pset1<int>(X))
52 #define _EIGEN_DECLARE_CONST_Packet4i(NAME,X) \
53 Packet4i p4i_##NAME = pset1<Packet4i>(X
    [all...]
  /external/protobuf/src/google/protobuf/io/
tokenizer_unittest.cc 15 // * Neither the name of Google Inc. nor the names of its
76 #define TEST_1D(FIXTURE, NAME, CASES) \
77 class FIXTURE##_##NAME##_DD : public FIXTURE { \
83 TEST_F(FIXTURE##_##NAME##_DD, NAME) { \
92 void FIXTURE##_##NAME##_DD::DoSingleCase(const CaseType& CASES##_case)
94 #define TEST_2D(FIXTURE, NAME, CASES1, CASES2) \
95 class FIXTURE##_##NAME##_DD : public FIXTURE { \
102 TEST_F(FIXTURE##_##NAME##_DD, NAME) { \
    [all...]
  /external/chromium_org/sandbox/win/src/
filesystem_dispatcher.cc 86 IPCInfo* ipc, base::string16* name, DWORD attributes, DWORD desired_access,
89 if (!PreProcessName(*name, name)) {
95 const wchar_t* filename = name->c_str();
99 params[OpenFile::NAME] = ParamPickerMake(filename);
112 if (!FileSystemPolicy::CreateFileAction(result, *ipc->client_info, *name,
129 IPCInfo* ipc, base::string16* name, DWORD attributes, DWORD desired_access,
131 if (!PreProcessName(*name, name)) {
137 const wchar_t* filename = name->c_str()
    [all...]
filesystem_interception.cc 38 wchar_t* name = NULL; local
50 NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes,
52 if (!NT_SUCCESS(ret) || NULL == name)
57 params[OpenFile::NAME] = ParamPickerMake(name);
69 ResultCode code = CrossCall(ipc, IPC_NTCREATEFILE_TAG, name, attributes,
88 if (name)
89 operator delete(name, NT_ALLOC);
109 wchar_t* name = NULL; local
121 NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes
175 wchar_t* name = NULL; local
235 wchar_t* name = NULL; local
295 wchar_t* name = NULL; local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/net/
LinkPropertiesTest.java 38 private static String NAME = "qmi0";
89 source.setInterfaceName(NAME);
104 target.setInterfaceName(NAME);
116 // change Interface Name
128 target.setInterfaceName(NAME);
141 target.setInterfaceName(NAME);
153 target.setInterfaceName(NAME);
165 target.setInterfaceName(NAME);
186 source.setInterfaceName(NAME);
200 target.setInterfaceName(NAME);
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
Contacts_PeopleTest.java 60 Groups.NAME
78 value.put(People.NAME, "test_people_" + i);
85 value.put(Groups.NAME, "test_group_0");
87 value.put(Groups.NAME, "test_group_1");
146 values.put(People.NAME, "test_people_create");
151 People.NAME + " = 'test_people_create'", null, null, null);
ContactsTest.java 70 People.NAME, People.NOTES, People.TIMES_CONTACTED,
88 mProvider.delete(People.CONTENT_URI, PeopleColumns.NAME + " = ?",
92 value.put(PeopleColumns.NAME, insertPeopleName);
100 PEOPLE_PROJECTION, PeopleColumns.NAME + " = ?",
117 value.put(PeopleColumns.NAME, updatePeopleName);
151 Groups._ID, Groups.NAME, Groups.NOTES,
166 value.put(GroupsColumns.NAME, insertGroupsName);
268 value.put(PeopleColumns.NAME, "name_phones_test_stub");
350 value.put(PeopleColumns.NAME, "name_organizations_test_stub");
565 value.put(PeopleColumns.NAME, "name_contact_methods_test_stub")
    [all...]

Completed in 3234 milliseconds

<<21222324252627282930>>