OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:common
(Results
2351 - 2375
of
31397
) sorted by null
<<
91
92
93
94
95
96
97
98
99
100
>>
/external/chromium_org/extensions/common/manifest_handlers/
sandboxed_page_info.h
10
#include "extensions/
common
/extension.h"
11
#include "extensions/
common
/manifest_handler.h"
12
#include "extensions/
common
/url_pattern_set.h"
/external/chromium_org/extensions/common/permissions/
media_galleries_permission.h
9
#include "extensions/
common
/permissions/api_permission.h"
10
#include "extensions/
common
/permissions/media_galleries_permission_data.h"
11
#include "extensions/
common
/permissions/set_disjunction_permission.h"
/external/chromium_org/mojo/common/
handle_watcher.h
12
#include "mojo/
common
/mojo_common_export.h"
20
namespace
common
{
namespace in namespace:mojo
56
} // namespace
common
/external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
example.js
12
common
.naclModule.postMessage([xAngle, yAngle]);
22
common
.naclModule.postMessage(false);
26
common
.naclModule.postMessage(true);
/external/chromium_org/native_client_sdk/src/examples/api/var_array_buffer/
example.js
5
// Called by the
common
.js module.
16
if (
common
.naclModule)
17
common
.naclModule.postMessage(load_event.target.result);
/external/chromium_org/third_party/icu/patches/
ubrk.patch
1
Index: source/
common
/ubrk.cpp
3
--- source/
common
/ubrk.cpp (revision 120256)
4
+++ source/
common
/ubrk.cpp (working copy)
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
modecosts.c
12
#include "vp8/
common
/blockd.h"
15
#include "vp8/
common
/entropymode.h"
20
VP8_COMMON *x = &c->
common
;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decoder.h
19
#include "vp9/
common
/vp9_onyxc_int.h"
20
#include "vp9/
common
/vp9_ppflags.h"
33
DECLARE_ALIGNED(16, VP9_COMMON,
common
);
/external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-swrast/
Makefile
23
$(TOP)/src/mesa/drivers/dri/
common
/utils.c \
24
$(TOP)/src/mesa/drivers/dri/
common
/drisw_util.c \
25
$(TOP)/src/mesa/drivers/dri/
common
/xmlconfig.c
/external/chromium_org/ui/ozone/
BUILD.gn
17
#
common
/chromeos files are excluded automatically when building with
20
"
common
/chromeos/native_display_delegate_ozone.cc",
21
"
common
/chromeos/native_display_delegate_ozone.h",
/external/chromium_org/webkit/common/
BUILD.gn
5
# GYP version: webkit/
common
/webkit_common.gyp:webkit_common
6
component("
common
") {
76
":
common
",
/external/clang/test/Driver/
apple-kext-mkernel.c
8
// CHECK-X86: "-fno-
common
"
19
// CHECK-ARM: "-fno-
common
"
22
// RUN: -Werror -fno-builtin -fno-exceptions -fno-
common
-fno-rtti \
/external/e2fsprogs/lib/ext2fs/tdb/
build-tdb
14
(cd $BASE_DIR/
common
; svn info ) > .svninfo
21
cat $BASE_DIR/
common
/tdb_private.h >> tdb.c
27
sed -e '1,/#include "tdb_private.h"/d' < $BASE_DIR/
common
/$i >> tdb.c
/external/guava/guava/src/com/google/common/base/
Ticker.java
17
package com.google.
common
.base;
19
import com.google.
common
.annotations.Beta;
20
import com.google.
common
.annotations.GwtCompatible;
/external/guava/guava/src/com/google/common/cache/
RemovalListeners.java
17
package com.google.
common
.cache;
19
import com.google.
common
.annotations.Beta;
24
* A collection of
common
removal listeners.
/external/guava/guava/src/com/google/common/collect/
BoundType.java
15
package com.google.
common
.collect;
17
import com.google.
common
.annotations.Beta;
18
import com.google.
common
.annotations.GwtCompatible;
GwtTransient.java
17
package com.google.
common
.collect;
22
import com.google.
common
.annotations.GwtCompatible;
31
* <b>only</b> in {@code com.google.
common
.collect}.
ImmutableEntry.java
17
package com.google.
common
.collect;
19
import com.google.
common
.annotations.GwtCompatible;
26
* @see com.google.
common
.collect.Maps#immutableEntry(Object, Object)
SortedMapDifference.java
17
package com.google.
common
.collect;
19
import com.google.
common
.annotations.Beta;
20
import com.google.
common
.annotations.GwtCompatible;
/external/guava/guava/src/com/google/common/hash/
Funnels.java
15
package com.google.
common
.hash;
17
import com.google.
common
.annotations.Beta;
20
* Funnels for
common
types. All implementations are serializable.
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
Platform.java
17
package com.google.
common
.collect.testing.google;
19
import com.google.
common
.annotations.GwtCompatible;
20
import com.google.
common
.annotations.GwtIncompatible;
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionSizeTester.java
17
package com.google.
common
.collect.testing.testers;
19
import com.google.
common
.collect.testing.AbstractCollectionTester;
24
* {@link com.google.
common
.collect.testing.CollectionTestSuiteBuilder}.
MapSizeTester.java
17
package com.google.
common
.collect.testing.testers;
19
import com.google.
common
.collect.testing.AbstractMapTester;
24
* {@link com.google.
common
.collect.testing.MapTestSuiteBuilder}.
/external/guava/guava-testlib/src/com/google/common/testing/
TearDownAccepter.java
17
package com.google.
common
.testing;
19
import com.google.
common
.annotations.Beta;
20
import com.google.
common
.annotations.GwtCompatible;
/external/guava/guava-tests/test/com/google/common/collect/
BstPathTest.java
15
package com.google.
common
.collect;
17
import com.google.
common
.annotations.GwtCompatible;
18
import com.google.
common
.collect.BstTesting.SimpleNode;
Completed in 1858 milliseconds
<<
91
92
93
94
95
96
97
98
99
100
>>