HomeSort by relevance Sort by last modified time
    Searched refs:WCHAR_TYPE (Results 1 - 21 of 21) sorted by null

  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
linux-gas.h 40 #undef WCHAR_TYPE
41 #define WCHAR_TYPE (TARGET_AAPCS_BASED ? "unsigned int" : "long int")
arm.h 652 #ifndef WCHAR_TYPE
653 #define WCHAR_TYPE (TARGET_AAPCS_BASED ? "unsigned int" : "int")
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
linux-gas.h 40 #undef WCHAR_TYPE
41 #define WCHAR_TYPE (TARGET_AAPCS_BASED ? "unsigned int" : "long int")
arm.h 652 #ifndef WCHAR_TYPE
653 #define WCHAR_TYPE (TARGET_AAPCS_BASED ? "unsigned int" : "int")
    [all...]
  /external/chromium_org/sandbox/win/src/
policy_engine_params.h 83 if (WCHAR_TYPE != real_type_) {
145 : ParameterSet(WCHAR_TYPE, address) {}
152 : ParameterSet(WCHAR_TYPE, address) {}
internal_types.h 19 WCHAR_TYPE,
sync_dispatcher.cc 23 {IPC_CREATEEVENT_TAG, WCHAR_TYPE, ULONG_TYPE, ULONG_TYPE},
28 {IPC_OPENEVENT_TAG, WCHAR_TYPE, ULONG_TYPE},
registry_dispatcher.cc 45 {IPC_NTCREATEKEY_TAG, WCHAR_TYPE, ULONG_TYPE, VOIDPTR_TYPE, ULONG_TYPE,
51 {IPC_NTOPENKEY_TAG, WCHAR_TYPE, ULONG_TYPE, VOIDPTR_TYPE, ULONG_TYPE},
filesystem_dispatcher.cc 23 {IPC_NTCREATEFILE_TAG, WCHAR_TYPE, ULONG_TYPE, ULONG_TYPE, ULONG_TYPE,
29 {IPC_NTOPENFILE_TAG, WCHAR_TYPE, ULONG_TYPE, ULONG_TYPE, ULONG_TYPE,
35 {IPC_NTQUERYATTRIBUTESFILE_TAG, WCHAR_TYPE, ULONG_TYPE, INOUTPTR_TYPE},
41 {IPC_NTQUERYFULLATTRIBUTESFILE_TAG, WCHAR_TYPE, ULONG_TYPE, INOUTPTR_TYPE},
named_pipe_dispatcher.cc 26 {IPC_CREATENAMEDPIPEW_TAG, WCHAR_TYPE, ULONG_TYPE, ULONG_TYPE, ULONG_TYPE,
process_thread_dispatcher.cc 124 {IPC_CREATEPROCESSW_TAG, WCHAR_TYPE, WCHAR_TYPE, WCHAR_TYPE, INOUTPTR_TYPE},
sharedmem_ipc_server.cc 133 case WCHAR_TYPE: {
161 case WCHAR_TYPE: {
crosscall_server.cc 244 if (WCHAR_TYPE != type) {
crosscall_client.h 165 return WCHAR_TYPE;
ipc_unittest.cc 185 EXPECT_EQ(WCHAR_TYPE, type);
201 EXPECT_EQ(WCHAR_TYPE, type);
222 EXPECT_EQ(WCHAR_TYPE, type);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
defaults.h 547 #ifndef WCHAR_TYPE
548 #define WCHAR_TYPE "int"
551 /* WCHAR_TYPE gets overridden by -fshort-wchar. */
553 (flag_short_wchar ? "short unsigned int" : WCHAR_TYPE)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
defaults.h 547 #ifndef WCHAR_TYPE
548 #define WCHAR_TYPE "int"
551 /* WCHAR_TYPE gets overridden by -fshort-wchar. */
553 (flag_short_wchar ? "short unsigned int" : WCHAR_TYPE)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
defaults.h 547 #ifndef WCHAR_TYPE
548 #define WCHAR_TYPE "int"
551 /* WCHAR_TYPE gets overridden by -fshort-wchar. */
553 (flag_short_wchar ? "short unsigned int" : WCHAR_TYPE)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
defaults.h 547 #ifndef WCHAR_TYPE
548 #define WCHAR_TYPE "int"
551 /* WCHAR_TYPE gets overridden by -fshort-wchar. */
553 (flag_short_wchar ? "short unsigned int" : WCHAR_TYPE)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
arm.h 652 #ifndef WCHAR_TYPE
653 #define WCHAR_TYPE (TARGET_AAPCS_BASED ? "unsigned int" : "int")
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
arm.h 652 #ifndef WCHAR_TYPE
653 #define WCHAR_TYPE (TARGET_AAPCS_BASED ? "unsigned int" : "int")
    [all...]

Completed in 1726 milliseconds