OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:changes
(Results
226 - 250
of
937
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/skia/tools/lua/
bbh_filter.lua
4
-- where the definition of 'interesting'
changes
but is roughly:
/external/skqp/tools/lua/
bbh_filter.lua
4
-- where the definition of 'interesting'
changes
but is roughly:
/external/tensorflow/tensorflow/contrib/mpi/
README.md
13
By using this protocol TensorFlow can take advantage of the high performance networking primitives that are offered via the MPI API. This enables TensorFlow to take advantage of high performance low latency networks such as Infiniband. These
changes
are largely transparent to the user who only has to change the offered protocol and launch the script using the 'mpirun' launcher. For example:
/frameworks/opt/net/wifi/tests/wifitests/
Android.mk
55
# wifi-service and services must be included here so that the latest
changes
/prebuilts/go/darwin-x86/src/cmd/gofmt/
doc.go
98
This may result in
changes
that are incompatible with earlier versions of Go.
/prebuilts/go/darwin-x86/src/cmd/internal/edit/
edit.go
38
// NewBuffer returns a new buffer to accumulate
changes
to an initial data slice.
/prebuilts/go/darwin-x86/src/container/ring/
ring.go
133
// The behavior of Do is undefined if f
changes
*r.
/prebuilts/go/darwin-x86/src/math/big/
floatmarsh.go
14
// Gob codec version. Permits backward-compatible
changes
to the encoding.
/prebuilts/go/darwin-x86/src/os/
file.go
229
// Chdir
changes
the current working directory to the named directory.
318
// Chmod
changes
the mode of the named file to mode.
319
// If the file is a symbolic link, it
changes
the mode of the link's target.
338
// Chmod
changes
the mode of the file to mode.
/prebuilts/go/darwin-x86/src/sync/
rwmutex_test.go
18
// If you make any
changes
here, see if you should make them there.
/prebuilts/go/linux-x86/src/cmd/gofmt/
doc.go
98
This may result in
changes
that are incompatible with earlier versions of Go.
/prebuilts/go/linux-x86/src/cmd/internal/edit/
edit.go
38
// NewBuffer returns a new buffer to accumulate
changes
to an initial data slice.
/prebuilts/go/linux-x86/src/container/ring/
ring.go
133
// The behavior of Do is undefined if f
changes
*r.
/prebuilts/go/linux-x86/src/math/big/
floatmarsh.go
14
// Gob codec version. Permits backward-compatible
changes
to the encoding.
/prebuilts/go/linux-x86/src/os/
file.go
229
// Chdir
changes
the current working directory to the named directory.
318
// Chmod
changes
the mode of the named file to mode.
319
// If the file is a symbolic link, it
changes
the mode of the link's target.
338
// Chmod
changes
the mode of the file to mode.
/prebuilts/go/linux-x86/src/sync/
rwmutex_test.go
18
// If you make any
changes
here, see if you should make them there.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidTypeMoveParticipant.java
170
//
changes
, we need to update fragment references and even tool:context activity
224
private boolean addXmlFileChanges(IFile file, CompositeChange
changes
, boolean isManifest) {
250
changes
.add(change);
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RefactoringTestBase.java
31
import org.eclipse.jdt.internal.corext.refactoring.
changes
.RenameCompilationUnitChange;
32
import org.eclipse.jdt.internal.corext.refactoring.
changes
.RenamePackageChange;
86
String explanation = "
CHANGES
:\n-------\n" + describe(change);
138
// Don't display information about synthetic
changes
/external/golang-protobuf/ptypes/any/
any.pb.go
117
// on
changes
to types. (Use versioned type names to manage
118
// breaking
changes
.)
/external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCStatement.java
117
updcnt = (int) conn.db.
changes
();
/external/libevent/
event-internal.h
181
/* List of '
changes
' since the last call to eventop.dispatch. Only maintained
184
struct event_change *
changes
;
member in struct:event_changelist
215
/** List of
changes
to tell backend about at next dispatch. Only used
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Any.cs
149
/// on
changes
to types. (Use versioned type names to manage
150
/// breaking
changes
.)
/external/python/cpython3/Parser/
pgen.c
586
int
changes
;
local
590
changes
= 0;
601
changes
++;
606
} while (
changes
);
/external/sonivox/arm-wt-22k/lib_src/
ARM-E_interpolate_noloop_gnu.s
114
@ Clean up and store any
changes
that were caused during the loop
/external/tensorflow/tensorflow/core/lib/db/
sqlite.h
86
/// needed which can take microseconds. When the schema
changes
, this
113
int64
changes
() const EXCLUSIVE_LOCKS_REQUIRED(this) {
Completed in 1109 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>