HomeSort by relevance Sort by last modified time
    Searched full:within (Results 1001 - 1025 of 11068) sorted by null

<<41424344454647484950>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ControlPoint.java 48 * @param canvas The {@link LayoutCanvas} this point is within.
64 * @param canvas The {@link LayoutCanvas} this point is within.
81 * @param canvas The {@link LayoutCanvas} this point is within.
96 * @param canvas The {@link LayoutCanvas} this point is within.
113 * @param canvas The {@link LayoutCanvas} this point is within.
  /docs/source.android.com/src/source/
submit-patches.jd 39 <p>For information about the different roles you can play within the Android
68 <p>For each change you intend to make, start a new branch within the relevant git repository:</p>
105 <p>Suppose a reviewer has looked at your patch and requested a small modification. You can amend your commit within git, which will result in a new patch on gerrit with the same change ID as the original.</p>
130 <p>Does this change fit within this project's stated purpose?</p>
133 <p>Is this change valid within the project's existing architecture?</p>
148 <p>If you approve of the change, mark it with LGTM ("Looks Good to Me") within Gerrit.</p>
159 <p>Within Gerrit use Publish Comments to mark the commit as "Verified" or "Fails," and add a message explaining what problems were identified.</p>
174 <p>To open the details of the change within Gerrit, click on the "Id number" or "Subject" of a change. To compare the established code with the updated code, click the file name under "Side-by-side diffs."</p>
182 <a href="/source/code-lines.html">Codelines, Branches, and Releases</a>. For most projects under <code>external/</code>, changes should be made upstream and then the Android maintainers informed of the new upstream release containing these changes. It may also be useful to upload patches that move us to track a new upstream release, though these can be difficult changes to make if the project is widely used within Android like most of the larger ones mentioned below, where we tend to upgrade with every release.</p>
  /external/ant-glob/
NOTICE 65 * subsequently incorporated within the Work.
85 * or a Contribution incorporated within the Work constitutes direct
110 * within such NOTICE file, excluding those notices that do not
112 * of the following places: within a NOTICE text file distributed
113 * as part of the Derivative Works; within the Source form or
115 * within a display generated by the Derivative Works, if and
119 * notices within Derivative Works that You distribute, alongside
188 * identification within third-party archives.
223 included (hypertext is preferred, text is permitted) within the body
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
statetracker.py 559 Tracks block depth, function names, etc. within an EcmaScript token stream.
592 """Returns true if the current token is within a function.
595 True if the current token is within a function.
600 """Returns true if the current token is within a constructor.
603 True if the current token is within a constructor.
608 """Returns true if the current token is within an interface method.
611 True if the current token is within an interface method.
628 """Returns true if the current token is within a top level function.
631 True if the current token is within a top level function.
636 """Returns true if the current token is within a function variable
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
web_request.json 130 "requestId": {"type": "string", "description": "The ID of the request. Request IDs are unique within a browser session. As a result, they could be used to relate different events of the same request."},
133 "frameId": {"type": "integer", "description": "The value 0 indicates that the request happens in the main frame; a positive value indicates the ID of a subframe in which the request happens. If the document of a (sub-)frame is loaded (<code>type</code> is <code>main_frame</code> or <code>sub_frame</code>), <code>frameId</code> indicates the ID of this frame, not the ID of the outer frame. Frame IDs are unique within a tab."},
198 "requestId": {"type": "string", "description": "The ID of the request. Request IDs are unique within a browser session. As a result, they could be used to relate different events of the same request."},
201 "frameId": {"type": "integer", "description": "The value 0 indicates that the request happens in the main frame; a positive value indicates the ID of a subframe in which the request happens. If the document of a (sub-)frame is loaded (<code>type</code> is <code>main_frame</code> or <code>sub_frame</code>), <code>frameId</code> indicates the ID of this frame, not the ID of the outer frame. Frame IDs are unique within a tab."},
243 "requestId": {"type": "string", "description": "The ID of the request. Request IDs are unique within a browser session. As a result, they could be used to relate different events of the same request."},
246 "frameId": {"type": "integer", "description": "The value 0 indicates that the request happens in the main frame; a positive value indicates the ID of a subframe in which the request happens. If the document of a (sub-)frame is loaded (<code>type</code> is <code>main_frame</code> or <code>sub_frame</code>), <code>frameId</code> indicates the ID of this frame, not the ID of the outer frame. Frame IDs are unique within a tab."},
283 "requestId": {"type": "string", "description": "The ID of the request. Request IDs are unique within a browser session. As a result, they could be used to relate different events of the same request."},
286 "frameId": {"type": "integer", "description": "The value 0 indicates that the request happens in the main frame; a positive value indicates the ID of a subframe in which the request happens. If the document of a (sub-)frame is loaded (<code>type</code> is <code>main_frame</code> or <code>sub_frame</code>), <code>frameId</code> indicates the ID of this frame, not the ID of the outer frame. Frame IDs are unique within a tab."},
329 "requestId": {"type": "string", "description": "The ID of the request. Request IDs are unique within a browser session. As a result, they could be used to relate different events of the same request."},
332 "frameId": {"type": "integer", "description": "The value 0 indicates that the request happens in the main frame; a positive value indicates the ID of a subframe in which the request happens. If the document of a (sub-)frame is loaded (<code>type</code> is <code>main_frame</code> or <code>sub_frame</code>), <code>frameId</code> indicates the ID of this frame, not the ID of the outer frame. Frame IDs are unique within a tab."}
    [all...]
  /external/chromium_org/third_party/closure_linter/closure_linter/
statetracker.py 559 Tracks block depth, function names, etc. within an EcmaScript token stream.
592 """Returns true if the current token is within a function.
595 True if the current token is within a function.
600 """Returns true if the current token is within a constructor.
603 True if the current token is within a constructor.
608 """Returns true if the current token is within an interface method.
611 True if the current token is within an interface method.
628 """Returns true if the current token is within a top level function.
631 True if the current token is within a top level function.
636 """Returns true if the current token is within a function variable
    [all...]
  /cts/tests/res/layout/
relative_layout.xml 27 <!-- view1, centered within its parent. -->
82 <!-- view7, has same baseline with view6 and centered horizontally within its parent. -->
91 <!-- view8, centered vertically within its parent and on the left of view1. -->
171 <!-- view21, centered within its parent. -->
226 <!-- view27, has same baseline with view26 and centered horizontally within its parent. -->
235 <!-- view28, centered vertically within its parent and on the start of view21. -->
  /external/apache-http/src/org/apache/http/message/
HeaderValueParser.java 85 * the bounds within the buffer for the parsing operation
102 * the bounds within the buffer for the parsing operation
151 * in a quoted string to be used within
171 * quoting mechanism only within quoted-string and comment constructs.
188 * the bounds within the buffer for the parsing operation
204 * the bounds within the buffer for the parsing operation
  /external/chromium_org/third_party/freetype/include/freetype/
ftoutln.h 127 /* numPoints :: The maximal number of points within the outline. */
129 /* numContours :: The maximal number of contours within the outline. */
382 /* Render an outline within a bitmap. The outline's image is simply */
398 /* outline image within the one you pass to it! Consequently, the */
419 /* Render an outline within a bitmap using the current scan-convert. */
510 * within the outline.
  /external/chromium_org/third_party/sqlite/src/ext/async/
sqlite3async.h 54 ** database connections within the process. Otherwise, the asynchronous IO
61 ** objects within this function), then SQLITE_ERROR is also returned.
188 ** database via the asynchronous IO VFS from within a single process. If
190 ** is also read or written from within another process, or via another
191 ** connection that does not use the asynchronous IO VFS within the same
196 ** the database from multiple connections within multiple processes using
  /external/libnfc-nxp/src/
phFriNfc_FelicaMap.h 156 * within a context variable (must not be modified by the integration).
170 * \retval NFCSTATUS_RF_TIMEOUT No data has been received within the TIMEOUT period.
196 * within a context variable (must not be modified by the integration).
212 * \retval NFCSTATUS_RF_TIMEOUT No data has been received within the TIMEOUT period.
238 * \retval NFCSTATUS_RF_TIMEOUT No data has been received within the TIMEOUT period.
258 * \retval NFCSTATUS_RF_TIMEOUT No data has been received within the TIMEOUT period.
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
except.h 66 along control paths that are already handling an exception within the
95 /* The index of this landing pad within fun->eh->lp_array. */
133 /* The index of this region within fun->eh->region_array. */
163 from within the function, rather than implementable from the runtime.
165 contained within this MUST_NOT_THROW region. Note that if the
310 /* Pre-order iteration within the eh_region tree. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
except.h 66 along control paths that are already handling an exception within the
95 /* The index of this landing pad within fun->eh->lp_array. */
133 /* The index of this region within fun->eh->region_array. */
163 from within the function, rather than implementable from the runtime.
165 contained within this MUST_NOT_THROW region. Note that if the
310 /* Pre-order iteration within the eh_region tree. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
except.h 66 along control paths that are already handling an exception within the
95 /* The index of this landing pad within fun->eh->lp_array. */
133 /* The index of this region within fun->eh->region_array. */
163 from within the function, rather than implementable from the runtime.
165 contained within this MUST_NOT_THROW region. Note that if the
310 /* Pre-order iteration within the eh_region tree. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
except.h 66 along control paths that are already handling an exception within the
95 /* The index of this landing pad within fun->eh->lp_array. */
133 /* The index of this region within fun->eh->region_array. */
163 from within the function, rather than implementable from the runtime.
165 contained within this MUST_NOT_THROW region. Note that if the
310 /* Pre-order iteration within the eh_region tree. */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_assertions.py 183 ["^1 != 2 within 7 places$", "^oops$",
184 "^1 != 2 within 7 places$", "^1 != 2 within 7 places : oops$"])
188 ["^1 == 1 within 7 places$", "^oops$",
189 "^1 == 1 within 7 places$", "^1 == 1 within 7 places : oops$"])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_assertions.py 183 ["^1 != 2 within 7 places$", "^oops$",
184 "^1 != 2 within 7 places$", "^1 != 2 within 7 places : oops$"])
188 ["^1 == 1 within 7 places$", "^oops$",
189 "^1 == 1 within 7 places$", "^1 == 1 within 7 places : oops$"])
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
preamble_patcher.h 54 // within +/-2GB of RIP. Because of this limitation we may need to use a
136 // - If there is another thread currently executing within the bytes
313 // close (within 2GB) as possible to target. This is done to ensure that
336 // This member points to a linked list of free blocks within the page
341 // In 64-bit mode, the replacement function must be within 2GB of the original
343 // this requirement we're creating an allocator within this class to
344 // allocate blocks that are within 2GB of a given target. This member is the
345 // head of a linked list of pages used to allocate blocks that are within
451 // Helper routine that attempts to allocate a page as close (within 2GB)
456 // @return Returns an address that is within 2GB of target
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
preamble_patcher.h 54 // within +/-2GB of RIP. Because of this limitation we may need to use a
136 // - If there is another thread currently executing within the bytes
313 // close (within 2GB) as possible to target. This is done to ensure that
336 // This member points to a linked list of free blocks within the page
341 // In 64-bit mode, the replacement function must be within 2GB of the original
343 // this requirement we're creating an allocator within this class to
344 // allocate blocks that are within 2GB of a given target. This member is the
345 // head of a linked list of pages used to allocate blocks that are within
451 // Helper routine that attempts to allocate a page as close (within 2GB)
456 // @return Returns an address that is within 2GB of target
    [all...]
  /external/iptables/libiptc/
linux_list.h 12 * @member: the name of the member within the struct.
328 * @member: the name of the list_struct within the struct.
378 * @member: the name of the list_struct within the struct.
391 * @member: the name of the list_struct within the struct.
405 * @member: the name of the list_struct within the struct.
415 * @member: the name of the list_struct within the struct.
429 * @member: the name of the list_struct within the struct.
473 * @member: the name of the list_struct within the struct.
661 * @member: the name of the hlist_node within the struct.
673 * @member: the name of the hlist_node within the struct
    [all...]
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 197 /// \brief Describes the various kinds of blocks that occur within
213 /// types and decls used within the AST file.
240 /// \brief Record types that occur within the control block.
290 /// \brief Record types that occur within the input-files block
297 /// \brief Record types that occur within the AST block itself.
302 /// within the AST block. The record itself is an array of offsets that
310 /// corresponding record within the DECLTYPES_BLOCK_ID block.
316 /// within the block identified by DECL_OFFSETS_BLOCK_ID within
355 /// definitions present within the parsed headers, stored as a
    [all...]
  /art/runtime/mirror/
art_field.h 63 // Offset to field within an Object
148 // Offset of field within an instance or in the Class' static fields
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_tanl.c 31 * Limited testing on pseudorandom numbers drawn within [0:4e8] shows
73 /* Optimize the case where x is already within range. */
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
ListenerTest.java 57 * Check the callback with the expected argument is invoked successfully within
73 * within the specified timeout.
  /development/ndk/platforms/android-9/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
91 * Seek to the specified offset within the asset data. 'whence' uses the

Completed in 2532 milliseconds

<<41424344454647484950>>