/external/freetype/src/cff/ |
D | cffparse.c | 136 FT_UInt nib; in cff_parse_real() local 173 nib = ( p[0] >> phase ) & 0xF; in cff_parse_real() 176 if ( nib == 0xE ) in cff_parse_real() 178 else if ( nib > 9 ) in cff_parse_real() 186 else if ( nib || number ) in cff_parse_real() 189 number = number * 10 + nib; in cff_parse_real() 195 if ( nib == 0xa ) in cff_parse_real() 210 nib = ( p[0] >> phase ) & 0xF; in cff_parse_real() 212 if ( nib >= 10 ) in cff_parse_real() 216 if ( !nib && !number ) in cff_parse_real() [all …]
|
/external/chromium_org/third_party/freetype/src/cff/ |
D | cffparse.c | 136 FT_UInt nib; in cff_parse_real() local 173 nib = ( p[0] >> phase ) & 0xF; in cff_parse_real() 176 if ( nib == 0xE ) in cff_parse_real() 178 else if ( nib > 9 ) in cff_parse_real() 186 else if ( nib || number ) in cff_parse_real() 189 number = number * 10 + nib; in cff_parse_real() 195 if ( nib == 0xa ) in cff_parse_real() 210 nib = ( p[0] >> phase ) & 0xF; in cff_parse_real() 212 if ( nib >= 10 ) in cff_parse_real() 216 if ( !nib && !number ) in cff_parse_real() [all …]
|
/external/chromium_org/ui/base/cocoa/ |
D | nib_loading.mm | 13 base::scoped_nsobject<NSNib> nib( 16 if (!nib) 20 BOOL success = [nib instantiateNibWithOwner:nil 25 // When loading a nib manually (as opposed to using an NSWindowController or
|
/external/valgrind/main/coregrind/m_gdbserver/ |
D | remote-utils.c | 521 int tohex (int nib) in tohex() argument 523 if (nib < 10) in tohex() 524 return '0' + nib; in tohex() 526 return 'a' + nib - 10; in tohex() 934 int nib; in convert_int_to_ascii() local 938 nib = ((ch & 0xf0) >> 4) & 0x0f; in convert_int_to_ascii() 939 *to++ = tohex (nib); in convert_int_to_ascii() 940 nib = ch & 0x0f; in convert_int_to_ascii() 941 *to++ = tohex (nib); in convert_int_to_ascii() 976 int nib; in prepare_resume_reply() local [all …]
|
/external/clang/test/SemaObjC/ |
D | iboutlet.m | 12 …utlet property 'myView' when auto-synthesized may not work correctly with 'nib' loader}} expected-… 14 …tlet property 'myView1' when auto-synthesized may not work correctly with 'nib' loader}} expected-… 16 …adonly IBOutlet property 'myView2' when auto-synthesized may not work correctly with 'nib' loader}} 30 … 'autoReadOnlyReadOnly' when auto-synthesized may not work correctly with 'nib' loader}} expected-…
|
/external/chromium_org/chrome/browser/ui/cocoa/extensions/ |
D | extension_install_view_controller_unittest.mm | 53 [controller view]; // Force nib load. 55 // Test the right nib loaded. 108 [controller view]; // Force nib load. 145 [controller1 view]; // Force nib load. 153 [controller2 view]; // Force nib load. 180 [controller view]; // Force nib load. 182 // Test the right nib loaded. 223 [controller view]; // Force nib load. 225 // Test the right nib loaded. 292 [controller view]; // Force nib load. [all …]
|
/external/qemu/distrib/sdl-1.2.15/Xcode/SDLTest/SDLTest.xcodeproj/ |
D | project.pbxproj | 54 …7509CA14F900EBEB88 /* SDLMain.nib in Resources */ = {isa = PBXBuildFile; fileRef = 2EECDF3D0086C5E… 57 …8B09CA16BF00EBEB88 /* SDLMain.nib in Resources */ = {isa = PBXBuildFile; fileRef = 2EECDF3D0086C5E… 87 …CF09CA19A600EBEB88 /* SDLMain.nib in Resources */ = {isa = PBXBuildFile; fileRef = 2EECDF3D0086C5E… 92 …0609CA1BFF00EBEB88 /* SDLMain.nib in Resources */ = {isa = PBXBuildFile; fileRef = 2EECDF3D0086C5E… 97 …2509CA1F0300EBEB88 /* SDLMain.nib in Resources */ = {isa = PBXBuildFile; fileRef = 2EECDF3D0086C5E… 102 …4109CA1FB300EBEB88 /* SDLMain.nib in Resources */ = {isa = PBXBuildFile; fileRef = 2EECDF3D0086C5E… 107 …5E09CA204F00EBEB88 /* SDLMain.nib in Resources */ = {isa = PBXBuildFile; fileRef = 2EECDF3D0086C5E… 148 …AF0761D90300A33029 /* SDLMain.nib in Resources */ = {isa = PBXBuildFile; fileRef = 2EECDF3D0086C5E… 150 …BC0761D90300A33029 /* SDLMain.nib in Resources */ = {isa = PBXBuildFile; fileRef = 2EECDF3D0086C5E… 152 …C90761D90300A33029 /* SDLMain.nib in Resources */ = {isa = PBXBuildFile; fileRef = 2EECDF3D0086C5E… [all …]
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_name_folder_controller_unittest.mm | 32 [controller window]; // force nib load 67 [controller window]; // force nib load 91 [controller window]; // force nib load 110 [controller window]; // force nib load 132 [controller window]; // force nib load 152 [controller window]; // force nib load
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_name_folder_controller_unittest.mm | 34 [controller window]; // force nib load 70 [controller window]; // force nib load 95 [controller window]; // force nib load 115 [controller window]; // force nib load 138 [controller window]; // force nib load 159 [controller window]; // force nib load
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/SDLCocoaApp.xcodeproj/ |
D | project.pbxproj | 14 …F109D08F1000EBEB88 /* SDLMain.nib in Resources */ = {isa = PBXBuildFile; fileRef = 002F3AEF09D08F1… 53 …a = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/SDLMai… 137 002F3AEF09D08F1000EBEB88 /* SDLMain.nib */, 202 002F3AF109D08F1000EBEB88 /* SDLMain.nib in Resources */, 221 002F3AEF09D08F1000EBEB88 /* SDLMain.nib */ = { 226 name = SDLMain.nib;
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/___PROJECTNAME___.xcodeproj/ |
D | project.pbxproj | 14 …F109D08F1000EBEB88 /* SDLMain.nib in Resources */ = {isa = PBXBuildFile; fileRef = 002F3AEF09D08F1… 38 …a = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/SDLMai… 122 002F3AEF09D08F1000EBEB88 /* SDLMain.nib */, 181 002F3AF109D08F1000EBEB88 /* SDLMain.nib in Resources */, 200 002F3AEF09D08F1000EBEB88 /* SDLMain.nib */ = { 205 name = SDLMain.nib;
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/___PROJECTNAME___.xcodeproj/ |
D | project.pbxproj | 14 …F109D08F1000EBEB88 /* SDLMain.nib in Resources */ = {isa = PBXBuildFile; fileRef = 002F3AEF09D08F1… 38 …a = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/SDLMai… 122 002F3AEF09D08F1000EBEB88 /* SDLMain.nib */, 181 002F3AF109D08F1000EBEB88 /* SDLMain.nib in Resources */, 200 002F3AEF09D08F1000EBEB88 /* SDLMain.nib */ = { 205 name = SDLMain.nib;
|
/external/chromium_org/content/shell/browser/ |
D | shell_browser_main_parts_mac.mm | 19 base::scoped_nsobject<NSNib> nib( 22 [nib instantiateNibWithOwner:NSApp topLevelObjects:nil];
|
/external/valgrind/main/none/tests/amd64/ |
D | aes.c | 49 static int tohex (int nib) in tohex() argument 51 if (nib < 10) in tohex() 52 return '0' + nib; in tohex() 54 return 'a' + nib - 10; in tohex()
|
/external/chromium/chrome/browser/ |
D | browser_main_mac.mm | 88 // in scoped_ptrs hanging and never cleaned up. We then load the main nib 103 // Before we load the nib, we need to start up the resource bundle so we 116 // Now load the nib (from the right bundle). 118 nib([[NSNib alloc] initWithNibNamed:@"MainMenu" 122 [nib instantiateNibWithOwner:NSApp topLevelObjects:nil];
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
D | extension_install_dialog_controller_unittest.mm | 122 [controller window]; // force nib load 124 // Test the right nib loaded. 179 [controller window]; // force nib load 211 [controller1 window]; // force nib load 223 [controller2 window]; // force nib load 266 [controller window]; // force nib load 268 // Test the right nib loaded.
|
D | extension_install_dialog_controller.mm | 74 ofType:@"nib"]; 78 ofType:@"nib"]; 139 // Make sure we're the window's delegate as set in the nib.
|
/external/chromium_org/third_party/tlslite/tlslite/utils/ |
D | cryptomath.py | 302 nib, nibbles = nibbles 303 prod = lowPowers[nib] 308 nib, nibbles = nibbles 311 if nib: prod = (prod * lowPowers[nib]) % modulus
|
/external/chromium_org/chrome/browser/ |
D | chrome_browser_main_mac.mm | 200 // in scoped_ptrs hanging and never cleaned up. We then load the main nib 215 // Before we load the nib, we need to start up the resource bundle so we 239 // app controller is set up (and thus before MainMenu.nib is loaded, because 253 // Now load the nib (from the right bundle). 254 base::scoped_nsobject<NSNib> nib( 259 [nib instantiateNibWithOwner:NSApp topLevelObjects:nil];
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | browser_window_factory.mm | 11 // window from the nib. The controller takes ownership of |browser|.
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
D | side_tab_strip_controller.mm | 13 // - how to load a different tab view nib for each tab.
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | shell_dialogs_mac.mm | 288 scoped_nsobject<NSNib> nib ( 291 if (!nib) 295 BOOL success = [nib instantiateNibWithOwner:nil 301 // This is a one-object nib, but IB insists on creating a second object, the
|
D | browser_window_factory.mm | 13 // window from the nib. The controller takes ownership of |browser|.
|
D | clickhold_button_cell_unittest.mm | 49 // (2) Test various initialization code paths (in particular, loading from nib).
|
/external/chromium/chrome/browser/ui/login/ |
D | login_prompt_mac.mm | 59 // Load nib here instead of in constructor. 131 ofType:@"nib"];
|