HomeSort by relevance Sort by last modified time
    Searched full:space (Results 401 - 425 of 3731) sorted by null

<<11121314151617181920>>

  /external/jpeg/
jmem-android.c 71 * This routine computes the total memory space available for allocation.
74 * If you can actually get the available space, it's a good idea to subtract
93 * jpeg_mem_available is less than the total space needed. You can dispense
  /external/kernel-headers/original/asm-x86/
vm86.h 67 * This is the stack-layout seen by the user space program when we have
146 * setup. For user space layout see 'struct vm86_regs' above.
190 struct pt_regs oldregs; user space registers as saved by syscall
  /external/opencore/oscl/oscl/osclmemory/src/
oscl_mem_imp.cpp 182 //allocate new space
186 //copy current contents to new space.
197 //free original space.
  /external/proguard/src/proguard/classfile/editor/
ClassEditor.java 57 // Make sure there is enough space for the new interface.
125 // Make sure there is enough space for the new field.
195 // Make sure there is enough space for the new method.
  /external/qemu/docs/
CPU-EMULATION.TXT 23 user-space code.
63 same instructions than the same load in user space.
69 address space, with different access rights / type. This is how memory-mapped
  /external/qemu/hw/
pci.h 99 #define PCI_COMMAND_IO 0x1 /* Enable response in I/O space */
100 #define PCI_COMMAND_MEMORY 0x2 /* Enable response in Memory space */
142 /* PCI config space */
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
closure.h 36 // - Space: O(V)
92 // - Space: O(v)
93 // where v = # of states visited. Constant time and space to visit an
concat.h 36 // - Space: O(V1 + V2 + E2)
100 // - Space: O(v1 + v2)
102 // ith FST. Constant time and space to visit an input state or arc is
  /external/webkit/JavaScriptCore/runtime/
JSONObject.cpp 67 Stringifier(ExecState*, JSValue replacer, JSValue space);
136 static inline UString gap(ExecState* exec, JSValue space)
139 space = unwrapBoxedPrimitive(exec, space);
141 // If the space value is a number, create a gap string with that number of spaces.
143 if (space.getNumber(spaceCount)) {
157 // If the space value is a string, use it as the gap string, otherwise use no gap string.
158 UString spaces = space.getString(exec);
191 Stringifier::Stringifier(ExecState* exec, JSValue replacer, JSValue space)
198 , m_gap(gap(exec, space))
867 JSValue space = args.at(2); local
    [all...]
  /external/webkit/WebCore/loader/
CrossOriginPreflightResultCache.cpp 57 // Skip white space from start.
61 // only white space
65 // Skip white space from end.
  /external/webkit/WebKitTools/iExploder/htdocs/
cssvalues.in 40 after-white-space
268 skip-white-space
280 space
  /frameworks/base/awt/java/awt/image/
DirectColorModel.java 33 * with additional support for converting between sRGB color space and 8 or 16
34 * bit linear RGB color space using lookup tables.
45 // Linear RGB Color Space into sRGB
52 // sRGB Color Space into Linear RGB
60 // sRGB Color Space into Linear RGB
83 // Space
98 * @param space
99 * the color space.
119 public DirectColorModel(ColorSpace space, int bits, int rmask, int gmask, int bmask, int amask,
122 super(space, bits, rmask, gmask, bmask, amask, isAlphaPremultiplied
    [all...]
  /frameworks/base/core/jni/
android_database_SQLiteDebug.cpp 63 mspace space = sqlite3_get_mspace();
64 if (space != 0) {
65 return mspace_footprint(space);
  /frameworks/base/services/java/com/android/server/
DropBoxManagerService.java 92 private int mCachedQuotaBlocks = 0; // Space we can use: computed from free space, etc.
124 * @param context to use for receiving free space & gservices intents
434 * @param blockSize to use for space accounting
473 * @param blockSize to use for space accounting
635 * Trims the files on disk to make sure they aren't using too much space.
656 // Compute overall quota (a fraction of available free space) in blocks.
657 // The quota changes dynamically based on the amount of free space;
678 // If we're using too much space, delete old items to make room.
681 // Space is "fairly" shared between tags -- they are all squeeze
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
rms_sh.h 64 #define RMS_CODE 0 /* Program space */
65 #define RMS_DATA 1 /* Data space */
66 #define RMS_IO 2 /* I/O space */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
rms_sh.h 64 #define RMS_CODE 0 /* Program space */
65 #define RMS_DATA 1 /* Data space */
66 #define RMS_IO 2 /* I/O space */
  /packages/apps/SoundRecorder/res/values/
strings.xml 31 <!-- label shown when there is not enough space to record something -->
37 <!-- label shown when there is more than 1 minute but less than 9 minutes of space left to record -->
39 <!-- label shown when there is less than 1 minute of space left to record -->
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
TextEntryState.java 57 "Space after accepted",
58 "Space after picked",
228 // TODO: May run out of space
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactLocaleUtils.java 52 * space and character itself. If the character's pinyin unable to find, the character
97 // There is no space among the Chinese Characters, the variant name
107 // Avoid adding space at the end of String.
  /external/libffi/
texinfo.tex 113 \def\linenumber{l.\the\inputlineno:\space}
156 % Since the category of space is not known, we have to be careful.
187 stand-alone strong-est time-stamp time-stamps which-ever white-space
225 % This is the space between the bar and the text.
259 % we did was a \nobreak, we don't want to insert more space.
341 % Only leave this space if the footline is nonempty.
384 % offset so that the space between them is truly \outerhsize or \outervsize
419 % Each occurence of `\^^M' or `<space>\^^M' is replaced by a single space.
421 % \argremovec might leave us with trailing space, e.g.
    [all...]
  /build/core/
main.mk 90 $(warning a space character:)
91 $(warning $(space))
93 $(warning $(space))
110 $(info $(space))
113 $(info $(space))
115 $(info $(space)$(space)$(space)$(space)http://source.android.com/download)
126 $(info $(space))
    [all...]
  /external/webkit/WebCore/platform/graphics/chromium/
UniscribeHelper.cpp 46 // and how much space this is, so we don't want to do more general Unicode
191 // The documentation for Scriptjustify is wrong, the parameter is the space
268 // Account for the leading space we've added to this run that
280 // item's offset to transform it into the space of the TextRun
370 // Account for the preceding space we need to add to this run. We
371 // don't need to count for the following space because that will be
713 // We'll start our buffer sizes with the current stack space
    [all...]
  /external/bison/build-aux/
texinfo.tex 113 \def\linenumber{l.\the\inputlineno:\space}
193 stand-alone strong-est time-stamp time-stamps which-ever white-space
231 % This is the space between the bar and the text.
265 % we did was a \nobreak, we don't want to insert more space.
340 % Only leave this space if the footline is nonempty.
383 % offset so that the space between them is truly \outerhsize or \outervsize
418 % Each occurence of `\^^M' or `<space>\^^M' is replaced by a single space.
420 % \argremovec might leave us with trailing space, e.g.,
422 % This space token undergoes the same procedure and is eventually remove
    [all...]
  /external/icu4c/
icu4c.css 27 * Customize the headers to have less space around them than usual
135 white-space: nowrap;
147 white-space: nowrap;
197 white-space: nowrap;
257 white-space: nowrap;
  /external/ipsec-tools/src/libipsec/
ipsec_dump_policy.c 73 * When delimiter == NULL, alternatively ' '(space) is applied.
188 + 1 /* space */
191 + ((priority_offset != 0) ? 13 : 0) /* [space operator space int] */
192 + ((strlen(priority_str) != 0) ? 1 : 0) /* space */

Completed in 747 milliseconds

<<11121314151617181920>>